/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-0 {
  right: 0px;
}

.z-10 {
  z-index: 10;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.ms-2 {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[7rem\] {
  width: 7rem;
}

.w-full {
  width: 100%;
}

.origin-top-right {
  transform-origin: top right;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(8 92 116 / var(--tw-border-opacity));
}

.border-none {
  border-color: transparent;
}

.bg-\[\#bfdbfe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-\[\#fef9c3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-\[\#ffe4e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(8 92 116 / var(--tw-bg-opacity));
}

.bg-none {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-none {
  background-image: none;
}

.fill-\[\#a9a9a9\] {
  fill: #a9a9a9;
}

.fill-border {
  fill: #f3f4f6;
}

.fill-main {
  fill: #085c74;
}

.fill-white {
  fill: #fff;
}

.stroke-\[\#a9a9a9\] {
  stroke: #a9a9a9;
}

.stroke-white {
  stroke: #fff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-left {
  text-align: left;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-\[\#9ca3af\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-\[\#a9a9a9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity));
}

.text-\[\#fb7185\] {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-\[\#fde047\] {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-grey-black {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-lt-grey {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-main {
  --tw-text-opacity: 1;
  color: rgb(8 92 116 / var(--tw-text-opacity));
}

.text-none {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-color: transparent;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

section[data-for="login"] {
  padding: 1rem;
  background: #fff;
}

section[data-for="login"] form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 100vh;
  height: auto;
}

section[data-for="login"] img {
  width: 70%;
  height: auto;
  margin: 1rem auto;
}

section[data-for="login"] input {
  height: 3rem;
  border: 2px solid #e2e8f0;
  outline: none;
  padding: 0 0.5rem;
  background: #fff;
}

section[data-for="login"] input[type="email"] {
  border-radius: 9999px;
  /* 6px*/
}

section[data-for="login"] .row,
section[data-for="login"] .row div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

section[data-for="login"] .row input[type="checkbox"] {
  margin-right: 0.2rem;
}

section[data-for="login"] .row a {
  display: flex;
  margin-left: auto;
}

section[data-for="login"] .password {
  display: grid;
  grid-template-columns: 80% 20%;
}

section[data-for="login"] .password input {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-right: none;
}

section[data-for="login"] .password button {
  border: 2px solid #e2e8f0;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 1rem;
  background: #fff;
}

@media screen and (min-width: 550px) {
  section[data-for="login"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section[data-for="login"] form {
    width: 350px;
  }
}

section[data-for="login"] button[type="submit"] {
  border-radius: 9999px;
}

@keyframes modal-notification {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

.modal-notification {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1100;
  background: rgba(239, 239, 240, 0.5);
  animation: modal-notification 1s ease-in-out forwards;
  cursor: pointer;
  padding: 2rem;
}

.modal-notification .main {
  height: 100%;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
}

.modal-notification .main .close {
  border: none;
  background: none;
  outline: none;
}

.modal-notification .main .close svg path {
  fill: #334155;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.modal-notification .main .close:hover svg path {
  fill: red;
}

.modal-notification .main h1 {
  font-size: larger;
  color: #333;
  margin: 0.5rem 0;
}

.modal-notification .main p {
  font-size: small;
  font-weight: bold;
  color: #e5e7eb;
  font-style: italic;
}

.modal-notification .description {
  overflow-y: auto;
  height: calc(100% - 4rem);
}

.modal-notification .description p {
  color: #334155;
  font-size: small;
  font-style: normal;
  font-weight: normal;
}

.content .leave-card .rejected {
  color: red;
  position: relative;
  padding-left: 1rem;
}

.content .leave-card .rejected span {
  left: 0;
  position: absolute;
  height: 10px;
  width: 10px;
  background: red;
  border-radius: 9999px;
}

.content .leave-card .approved {
  color: green;
  position: relative;
  padding-left: 1rem;
}

.content .leave-card .approved span {
  left: 0;
  position: absolute;
  height: 10px;
  width: 10px;
  background: green;
  border-radius: 9999px;
}

@keyframes modal-schools-reports {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#modal-schools-reports {
  display: none;
  position: fixed;
  z-index: 2000;
  background: rgba(238, 238, 238, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 300px;
  animation: modal-schools-reports 0.5s ease-in-out both;
  @media screen and (max-height: 550px) {
    padding-top: 10rem;
  }
}

#modal-schools-reports div[data-for="content"] {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
}

#modal-schools-reports div[data-for="content"] .search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#modal-schools-reports div[data-for="content"] .search input {
  width: 100%;
  height: 3rem;
  padding: 0 0.5rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  outline: none;
  color: var(--main-color);
}

#modal-schools-reports div[data-for="content"] .search svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.5rem;
}

#modal-schools-reports div[data-for="content"] .results {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 4rem);
  /* search height plus margin top */
  overflow-y: scroll;
  scrollbar-color: var(--border) transparent;
  scrollbar-width: 5px;
  &::-webkit-scrollbar {
    width: 5px;
  }
  &::-webkit-scrollbar-track {
    background: transparent;
  }
  &::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 5px;
  }
}

#modal-schools-reports div[data-for="content"] .results input {
  padding: 0.2rem;
  margin: 0.5rem 0;
  outline: none;
  border: 1px solid var(--border);
  border-radius: 5px;
  color: #333;
  cursor: pointer;
}

/* index page start */

.expense-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.expense-chart .chart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 300px;
}

.expense-chart .select .actions button {
  padding: 0.1em 0.7rem;
  color: #333;
  outline: none;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

.expense-chart .select .actions .active {
  border: none;
  background: var(--main-color);
  color: white;
}

.expense-chart .select .extra-actions button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.expense-chart .select .extra-actions button svg {
  fill: var(--border);
  width: 25px;
  height: 25px;
}

.expense-chart .select .extra-actions p {
  color: #333;
  text-transform: uppercase;
}

.expense-cards .item {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0.5rem;
  text-transform: capitalize;
}

.expense-cards .item svg {
  height: 1.7rem;
  width: 1.7rem;
}

.activities-expense .card {
  background: rgba(15, 213, 172, 0.3);
}

/* index page end */

/* add page start */

.add-expense {
  display: flex;
  flex-direction: column;
}

.add-expense .input {
  display: flex;
  position: relative;
  align-items: center;
}

.add-expense .input svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0.5rem;
}

.add-expense .input input {
  border-radius: 10px;
  width: 100%;
  outline: none;
  border: 2px solid var(--border);
  padding: 0.5rem 0.5rem;
  padding-left: 2.5rem;
  color: var(--main-color);
  margin: 0.5rem 0;
}

.add-expense .input input[type="number"] {
  -moz-appearance: textfield;
}

.add-expense .input input[type="number"]::-webkit-outer-spin-button,
.add-expense .input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add-expense .input input::-moz-placeholder {
  color: #a9a9a9;
}

.add-expense .input input::placeholder {
  color: #a9a9a9;
}

.add-expense .category {
  margin: 1rem 0;
}

.add-expense .category .item {
  position: relative;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0.5rem;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.add-expense .category .item .tick {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.add-expense .category .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.add-expense .category .item input:checked ~ .tick {
  display: flex;
}

.add-expense .category .item svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.add-expense .category .item p {
  font-size: x-small;
  color: var(--main-color);
}

.add-expense .category .particular {
  margin-top: 0.5rem;
  outline: none;
  width: auto;
  border-bottom: 2px solid var(--border);
}

.add-expense .category .particular::-moz-placeholder {
  color: #a9a9a9;
}

.add-expense .category .particular::placeholder {
  color: #a9a9a9;
}

/* add page end */

.add-project .checkbox .item {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.add-project .checkbox .item .tick {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.add-project .checkbox .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.add-project .checkbox .item input:checked ~ .tick {
  display: flex;
}

.add-project .checkbox .item svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.add-project .checkbox .item p {
  font-size: x-small;
}

.add-project .select2-container .select2-selection {
  border: 2px solid rgb(243 244 246 / 1) !important;
  min-height: 2.5rem;
}

.select2-container .select2-dropdown {
  border: 2px solid rgb(243 244 246 / 1) !important;
  border-top-width: 1px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.select2-container .select2-results__message {
  color: #333;
  font-size: 0.8rem;
}

.select2-container .select2-selection__choice {
  background-color: white !important;
  border: 1px solid rgb(243 244 246 / 1) !important;
  padding: 1rem 0;
}

.select2-container
  .select2-selection__choice
  .select2-selection__choice__display {
  color: #333;
}

.select2-container
  .select2-selection__choice
  .select2-selection__choice__remove {
  border-right: 1px solid rgb(243 244 246 / 1) !important;
}

:root {
  --main-color: #085c74;
  --border: #f3f4f6;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  font-family: "Poppins";
}

.intro-area {
  background: var(--main-color);
  height: 10rem;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: row;
}

.intro-area .menu {
  background: none;
  border: none;
}

.content {
  z-index: 1000;
  top: 5.5rem;
  position: absolute;
  background: #fff;
  min-height: 100vh;
  height: auto;
  width: 100%;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1rem;
  padding-bottom: 7rem;
}

.content .pagination .active {
  border-color: var(--main-color);
  color: var(--main-color);
  cursor: default;
}

.content .card-main {
  display: grid;
  grid-template-columns: 4rem auto auto;
  align-items: center;
}

.max-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* NavBar Start */

.navBar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  border-top: 2px solid var(--border);
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.navBar a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  margin: auto;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.navBar a svg {
  width: 2rem;
  height: 2rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.navBar a polyline {
  stroke: #9ca3af;
}

.navBar a .fill {
  fill: #9ca3af;
}

.navBar .active .fill,
.navBar a:hover .fill {
  fill: var(--main-color);
}

.navBar .active polyline,
.navBar a:hover polyline {
  stroke: var(--main-color);
}

.navBar .active,
.navBar a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.navBar a .alert {
  height: 10px;
  width: 10px;
  background: var(--main-color);
  border-radius: 999px;
  position: absolute;
  right: 2px;
  margin-top: -5px;
}

/* NavBar End */

/* Side Menu Start */

@keyframes side-menu {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.side-menu {
  display: none;
  top: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(239, 239, 240, 0.5);
  animation: side-menu 1s ease-in-out forwards;
  cursor: pointer;
}

.side-menu .main {
  position: relative;
  width: 240px;
  background: #fff;
  height: 100%;
  cursor: default;
}

.side-menu .main .profile {
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: var(--main-color);
}

.side-menu .main #profile {
  width: 5rem;
  height: 5em;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 999px;
  border: 2px solid #fff;
}

.side-menu .main #profile-name {
  font-weight: bold;
  font-size: x-large;
  color: #fff;
}

.side-menu .main .settings {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: #fff;
  border-top-right-radius: 30px;
  border-top-left-radius: 5px;
  margin-top: -2rem;
  width: 100%;
  position: absolute;
  height: calc(100% - 12rem);
  padding: 1rem;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
}

.side-menu .main .settings::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}

.side-menu .main .settings a {
  text-decoration: none;
  color: #333;
  display: flex;
  border-radius: 10px;
  padding: 0.5rem;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  font-size: small;
}

.side-menu .main .settings a:hover,
.side-menu .main .settings .active {
  background: rgba(239, 239, 240, 0.5);
  padding: 0.5rem;
  width: 100%;
  color: var(--main-color);
}

.side-menu .main .settings a svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.side-menu .main .settings a svg polyline {
  stroke: #333;
}

.side-menu .main .settings a svg:is(.fill) {
  fill: #333;
}

.side-menu .main .settings a:hover svg polyline,
.side-menu .main .settings .active svg polyline {
  stroke: var(--main-color);
}

.side-menu .main .settings a:hover svg:is(.fill),
.side-menu .main .settings .active svg:is(.fill) {
  fill: var(--main-color);
}

.side-menu .main .settings .logout {
  margin-top: auto;
}

/* Side Menu End */

.hover\:bg-border:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(8 92 116 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-color: transparent;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (max-width: 330px) {
  .max-\[330px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
